home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / main.dxr / 00549_help.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  249 b   |  15 lines

  1. on mouseUp me
  2.   cursor(0)
  3.   set the visible of sprite 105 to 1
  4. end
  5.  
  6. on mouseEnter me
  7.   set the memberNum of sprite the spriteNum of me to 70
  8.   cursor(280)
  9. end
  10.  
  11. on mouseLeave me
  12.   set the memberNum of sprite the spriteNum of me to 69
  13.   cursor(0)
  14. end
  15.